home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2001 December / pcwk12201b.iso / PCWK-txt / Intel Free Software / IntelChipsetUtility / Disk1 / data1.cab / AllFiles / Win2000 / ich3idem.inf < prev    next >
Windows Setup INFormation  |  2001-09-06  |  3KB  |  87 lines

  1. ; ****************************************************************************
  2. ; ****************************************************************************
  3. ; **    Filename:  ICH3IDEM.INF
  4. ; **    Abstract:  Windows* 2000 INF Update File for Intel(R) 82801CAM IDE device
  5. ; **    Last Update: December 18, 2000 (Version 3.00 Build 008)
  6. ; ****************************************************************************
  7. ; ****************************************************************************
  8.  
  9. [version]
  10. Signature="$WINDOWS NT$"
  11. Class=hdc
  12. ClassGuid={4D36E96A-E325-11CE-BFC1-08002BE10318}
  13. Provider=%INTEL%
  14. CatalogFile=ich3idem.cat
  15. DriverVer=12/18/2000, 3.00.008
  16.  
  17. [ControlFlags]
  18. CopyFilesOnly=PCI\CC_0101,PCI\VEN_8086&DEV_244B
  19. ExcludeFromSelect=*
  20.  
  21. [Manufacturer]
  22. %INTEL%=INTEL_HDC
  23.  
  24. [INTEL_HDC]
  25. %PCI\VEN_8086&DEV_248A.DeviceDesc%=intelide, PCI\VEN_8086&DEV_248A     ; Device ID for Intel 82801BA "Desktop" (DUAL_GOOD_IDE)
  26.  
  27. ;**********************************************************
  28. ; Intel PCI IDE Controller (DUAL_GOOD_IDE)
  29. [intelide]
  30. Include=mshdc.inf
  31. Needs=pciide_Inst
  32. AddReg = intelChannelEnableCheck_AddReg
  33.  
  34. [intelChannelEnableCheck_AddReg]
  35. HKR,,MasterOnMask,%REG_DWORD%,0x00000080
  36. HKR,,MasterOnConfigOffset,%REG_DWORD%,0x00000041
  37. HKR,,SlaveOnMask,%REG_DWORD%,0x00000080
  38. HKR,,SlaveOnConfigOffset,%REG_DWORD%,0x00000043
  39.  
  40. [intelide.Services]
  41. Include=mshdc.inf
  42. Needs=pciide_Inst.Services
  43.  
  44. [intelide.PosDup]
  45. *PNP0600
  46.  
  47. [Strings]
  48. INTEL                   = "Intel"
  49. PCI\VEN_8086&DEV_248A.DeviceDesc="Intel(R) 82801CAM Ultra ATA Storage Controller - 248A "
  50.  
  51. ;*******************************************
  52. ;Handy macro substitutions (non-localizable)
  53. REG_DWORD              = 0x00010001
  54.  
  55. ; Copyright (c) 2000 Intel Corporation
  56.  
  57. ; ************************************************************
  58. ; Intel is making no claims of usability, efficacy or 
  59. ; warranty.  
  60. ; ************************************************************
  61. ; Information in this document is provided in connection with 
  62. ; Intel products.  No license, express or implied, by estoppel 
  63. ; or otherwise, to any intellectual property rights is granted 
  64. ; by this document.  Intel assumes no liability whatsoever, 
  65. ; and Intel disclaims any express or implied warranty, 
  66. ; relating to sale and/or use of Intel products including 
  67. ; liability or warranties relating to fitness for a particular 
  68. ; purpose, merchantability, or infringement of any patent, 
  69. ; copyright or other intellectual property right.  Intel 
  70. ; products are not intended for use in medical, life saving, 
  71. ; or life sustaining applications.
  72.  
  73. ; ************************************************************
  74. ; Intel Corporation disclaims all warranties and liabilities 
  75. ; for the use of this document and the information contained 
  76. ; herein, and assumes no responsibility for any errors which 
  77. ; may appear in this document, nor does Intel make a 
  78. ; commitment to update the information contained herein. Intel 
  79. ; reserves the right to make changes to this document at any 
  80. ; time, without notice.
  81. ; ************************************************************
  82. ; ************************************************************
  83.  
  84. ; * Third-party brands and names are the property of their 
  85. ; respective owners.
  86.  
  87.